Asked to make a 2d platformer [on hold]

Posted by Fendorio on Game Development See other posts from Game Development or by Fendorio
Published on 2013-10-21T11:31:58Z Indexed on 2013/10/21 16:11 UTC
Read the original article Hit count: 304

I've been tasked with creating a simple 2D platformer top be put on a webpage. The game is pretty much a simple Super Mario type game.

I've been playing around with C# and C++ now for a couple years, so I'm aware that Unity offers a route to making a web game but for such a simplistic project i'm afraid that using unity would be overkill... i.e. slow, nobody wants to install the web player for a game with < 5 mins playtime.

Html5 canvas/JS seems to jump out at me over flash, as that seems to be being pushed out.

Any suggestions on a route to take would be greatly appreciated

© Game Development or respective owner

Related posts about JavaScript

Related posts about html5